home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / FloatDBMenu.dxr / Internal_14.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  425 b   |  12 lines

  1. on mouseUp
  2.   tell the stage
  3.     forget(window "floatDBMenu")
  4.     if not objectp("bibliography") then
  5.       set the windowType of window "bibliography" to 2
  6.       set the rect of window "bibliography" to the drawRect of window "bibliography" + rect(the stageLeft + 16, the stageTop + 4, the stageLeft + 16, the stageTop + 4)
  7.       open(window "bibliography")
  8.       moveToFront(window "bibliography")
  9.     end if
  10.   end tell
  11. end
  12.